.NET Compiler Platform (Roslyn) , its relevance to developer community and its performance? [on hold]

Posted by jerriclynsjohn on Programmers See other posts from Programmers or by jerriclynsjohn
Published on 2014-06-10T16:53:22Z Indexed on 2014/06/10 21:46 UTC
Read the original article Hit count: 287

Filed under:
|
|
|

I'm just starting out with a Code-Quality-plugin development for my organization based on the recently released .NET Compiler Platform APIs (Roslyn APIs). I would like to know what are the most relevant possible ways that it could be used by the developer community apart from the usual IDE experience as answered in other questions.

I was wondering the implications of opening up a compiler to general public and never came across anything "breakthrough", that could possibly add up to the value of IDE experiences.

Is there any performance bottleneck for its implementation since the compiler itself is managed code?

© Programmers or respective owner

Related posts about c#

Related posts about .NET